projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf7e86
)
src/process.c: fix a comment typo
author
Reuben Thomas
<rrt@sc3d.org>
Sat, 9 Aug 2014 16:20:29 +0000
(17:20 +0100)
committer
Reuben Thomas
<rrt@sc3d.org>
Sat, 9 Aug 2014 16:20:29 +0000
(17:20 +0100)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index f34be69864a011a18256ca75656b1ee60291ac71..0d6994bdab15469dd44fecd6f22ef1de1a6efa04 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-6595,7
+6595,7
@@
keyboard_bit_set (fd_set *mask)
#else /* not subprocesses */
-/* Defined
o
n msdos.c. */
+/* Defined
i
n msdos.c. */
extern int sys_select (int, fd_set *, fd_set *, fd_set *,
struct timespec *, void *);